Reinstate suppression of build failure - unfixed
authorStuart Prescott <stuart@debian.org>
Sun, 14 Jan 2024 03:38:51 +0000 (14:38 +1100)
committerStuart Prescott <stuart@debian.org>
Sun, 14 Jan 2024 03:40:27 +0000 (14:40 +1100)
debian/rules

index 8475a1fdf709beea420ff448dd6f022e2912683d..c1cb6526f56bebb01b06f81b0203d0cf922f6b03 100755 (executable)
@@ -34,8 +34,9 @@ export PYTHONPATH = $(_BUILDDIR)/sources
 %:
        dh $@ --with python3,sphinxdoc --buildsystem=pybuild --no-parallel
 
+# FIXME ignore build failure and attempt to continue
 override_dh_auto_build:
-       dh_auto_build --buildsystem=cmake --builddirectory=$(_BUILDDIR) -- -j1
+       dh_auto_build --buildsystem=cmake --builddirectory=$(_BUILDDIR) -- -j1 || true
 
 execute_after_dh_auto_install:
        # Obtain a list of files built to make it easier to update *.install files.